home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 February (DVD) / PCWorld_2008-02_DVD.iso / v cisle / PHP / PHP.exe / EasyPHP-2.0b1-setup.exe / {app} / sqlitemanager / lang / english.inc.php < prev    next >
Encoding:
PHP Script  |  2006-04-18  |  9.2 KB  |  258 lines

  1. <?php
  2. /**
  3. * Web based SQLite management
  4. * @package SQLiteManager
  5. * @version $Id: english.inc.php,v 1.51 2006/04/14 15:16:52 freddy78 Exp $ $Revision: 1.51 $
  6. */
  7. $charset = 'iso-8859-1';
  8. $langSuffix = 'en';
  9. /**
  10. * Fichier d'internationnalisation
  11. */
  12. $itemTranslated = array(  "Table"   => "Table",
  13.               "View"    => "View",
  14.               "Trigger" => "Trigger",
  15.               "Function"  => "Function");
  16.  
  17. $langueTranslated = array(  1=>"French", 2=>"English", 3=>"Polish",
  18.                               4=>"German", 5=>"Japanese", 6=>"Italian",
  19.                               7=>"Croatian", 8=>"Brazilian portuguese", 9=>"Netherlands",
  20.                               10=>"Spanish", 11=>"Danish", 12=>"Chinese traditional", 
  21.                               13=>"Chinese simplified");
  22.  
  23. $themeTranslated = array("default"=>"Default", "green"=>"Green", "PMA"=>"PMA", "jall"=>"Jall");
  24.  
  25. $TEXT[1]  = "Home";
  26. $TEXT[2]  = "Welcome to <a href=\"http://www.sqlitemanager.org\" target=\"_blank\">SQLiteManager</a> version";
  27. $TEXT[3]  = "SQLite version";
  28. $TEXT[4]  = "SQLite Documentation";
  29. $TEXT[5]  = "SQL Language";
  30. $TEXT[6]  = "The SQLite extension can't be loaded.";
  31. $TEXT[7]  = "Unable to open the 'SQLite' configuration database.<br>Error message";
  32. $TEXT[8]  = "The configuration database is read-only (not writeable)!";
  33. $TEXT[9]  = "Error";
  34. $TEXT[10] = "Function";
  35. $TEXT[11] = "Aggregate";
  36. $TEXT[12] = "Final function";
  37. $TEXT[13] = "Nb Args";
  38. $TEXT[14] = "Modify";
  39. $TEXT[15] = "Delete";
  40. $TEXT[16] = "New function properties";
  41. $TEXT[17] = "Function properties";
  42. $TEXT[18] = "Error: All fields must be filled.";
  43. $TEXT[19] = "Name";
  44. $TEXT[20] = "Type";
  45. $TEXT[21] = "Step Properties";
  46. $TEXT[22] = "Final Properties";
  47. $TEXT[23] = "Nb args";
  48. $TEXT[24] = "Attribute this function to all databases.";
  49. $TEXT[25] = "New table properties";
  50. $TEXT[26] = "Table properties";
  51. $TEXT[27] = "Field";
  52. $TEXT[28] = "Type";
  53. $TEXT[29] = "Length";
  54. $TEXT[30] = "Null";
  55. $TEXT[31] = "Default";
  56. $TEXT[32] = "Primary";
  57. $TEXT[33] = "Action";
  58. $TEXT[34] = "Check all";
  59. $TEXT[35] = "Uncheck all";
  60. $TEXT[36] = "For the selection";
  61. $TEXT[37] = "Are you sure you want to delete this/these fields?";
  62. $TEXT[38] = "Management of index(es)";
  63. $TEXT[39] = "Are you sure you want to delete the field";
  64. $TEXT[40] = "Yes";
  65. $TEXT[41] = "No";
  66. $TEXT[42] = "Primary";
  67. $TEXT[43] = "Add";
  68. $TEXT[44] = "Field(s)";
  69. $TEXT[45] = "At the end of table";
  70. $TEXT[46] = "At the beginning of table";
  71. $TEXT[47] = "After";
  72. $TEXT[48] = "Insert new record";
  73. $TEXT[49] = "Modify a record";
  74. $TEXT[50] = "Value";
  75. $TEXT[51] = "Save";
  76. $TEXT[52] = "Insert data from a file.";
  77. $TEXT[53] = "Trigger";
  78. $TEXT[54] = "New trigger properties";
  79. $TEXT[55] = "Trigger properties";
  80. $TEXT[56] = "Moment";
  81. $TEXT[57] = "Event";
  82. $TEXT[58] = "On";
  83. $TEXT[59] = "Condition";
  84. $TEXT[60] = "Step";
  85. $TEXT[61] = "Properties";
  86. $TEXT[62] = "New View properties";
  87. $TEXT[63] = "View properties";
  88. $TEXT[64] = "No query has been executed!";
  89. $TEXT[65] = "Bad resource connection!";
  90. $TEXT[66] = "Execute one or more <b>request(s)";
  91. $TEXT[67] = "<i>Or</i> from an sql file";
  92. $TEXT[68] = "Query format: Standard (SQLite)";
  93. $TEXT[69] = "Execute";
  94. $TEXT[70] = "query has been executed.";
  95. $TEXT[71] = "Line has been modified.";
  96. $TEXT[72] = "Structure";
  97. $TEXT[73] = "Display";
  98. $TEXT[74] = "SQL";
  99. $TEXT[75] = "Insert";
  100. $TEXT[76] = "Export";
  101. $TEXT[77] = "Empty";
  102. $TEXT[78] = "Do you really want to delete this function?";
  103. $TEXT[79] = "Do you really want to empty this table?";
  104. $TEXT[80] = "Do you really want to delete this table?";
  105. $TEXT[81] = "Add";
  106. $TEXT[82] = "Do you really want to delete this view?";
  107. $TEXT[83] = "Do you really want to delete this trigger?";
  108. $TEXT[84] = "Options";
  109. $TEXT[85] = "Are you really sure you want to delete this database? Only the subscription will be removed, the database will not be destroyed. ";
  110. $TEXT[86] = "Delete";
  111. $TEXT[87] = "Add a new View";
  112. $TEXT[88] = "Add a new Trigger";
  113. $TEXT[89] = "Add a new Function";
  114. $TEXT[90] = "SQL query";
  115. $TEXT[91] = "Key name";
  116. $TEXT[92] = "Do you really want to delete this Index";
  117. $TEXT[93] = "Add an Index on";
  118. $TEXT[94] = "column(s)";
  119. $TEXT[95] = "Ignore";
  120. $TEXT[96] = "Add on the key";
  121. $TEXT[97] = "Create a View with name ";
  122. $TEXT[98] = "from this query.";
  123. $TEXT[99] = "Error line(s)";
  124. $TEXT[100]  = "There is certainly a problem of write rights on the configuration database";
  125. $TEXT[101]  = "Impossible to create or read this database";
  126. $TEXT[102]  = "All the fields must be filled!";
  127. $TEXT[103]  = "Create or add new database";
  128. $TEXT[104]  = "Path";
  129. $TEXT[105]  = "The data array has not a constant number of elements";
  130. $TEXT[106]  = "The paramaters of the constructor class 'Grid' must be an array";
  131. $TEXT[107]  = "The column alignment array doesn't haven't a good number of elements.";
  132. $TEXT[108]  = "The cells alignment must be: 'left', 'right' or 'center'";
  133. $TEXT[109]  = "The parameters for the columns alignment must be an array";
  134. $TEXT[110]  = "The parameters for the columns format must be an array";
  135. $TEXT[111]  = "The column sort array doesn't haven't a good number of elements.";
  136. $TEXT[112]  = "The sort paramaters must be 0=no sort, Or 1=sort.";
  137. $TEXT[113]  = "The paramaters for the columns sort must be an array";
  138. $TEXT[114]  = "The format string for the calculate column is empty.";
  139. $TEXT[115]  = "The title is obligatory for a calculate column.";
  140. $TEXT[116]  = "The paramaters of the constructor class 'ArrayToGrid' must be an array.";
  141. $TEXT[117]  = "Impossible to count the number of records";
  142. $TEXT[118]  = "Nb records";
  143. $TEXT[119]  = "Insert";
  144. $TEXT[120]  = "Are you sure you want to delete";
  145. $TEXT[121]  = "the";
  146. $TEXT[122]  = "the";
  147. $TEXT[123]  = "Are you sure you want to empty this table";
  148. $TEXT[124]  = "Structure only";
  149. $TEXT[125]  = "Structure and Data";
  150. $TEXT[126]  = "Data only";
  151. $TEXT[127]  = "Complete inserts";
  152. $TEXT[128]  = "send";
  153. $TEXT[129]  = "Host";
  154. $TEXT[130]  = "Generation Time";
  155. $TEXT[131]  = "Database";
  156. $TEXT[132]  = "Table structure for table";
  157. $TEXT[133]  = "Dumping data for table";
  158. $TEXT[134]  = "View structure for view";
  159. $TEXT[135]  = "User Defined Function properties";
  160. $TEXT[136]  = "Records";
  161. $TEXT[137]  = "File";
  162. $TEXT[138]  = "Replace content";
  163. $TEXT[139]  = "Separator";
  164. $TEXT[140]  = "Insert of data from text formatted file";
  165. $TEXT[141]  = "Language";
  166. $TEXT[142]  = "Theme";
  167. $TEXT[143]  = "Upload Database";
  168. $TEXT[144]  = "Upload folder does not accessible.<br>(Modify constant 'DEFAULT_DB_PATH' in the file 'include/user_defined.inc.php')";
  169. $TEXT[145]  = "Explain SQL";
  170. $TEXT[146]  = "Management of attached databases";
  171. $TEXT[147]  = "You are not allowed to access. You must enter a valid login and password.";
  172. $TEXT[148]  = "This login is not valid.";
  173. $TEXT[149]  = "This password don't correspond to this login.";
  174. $TEXT[150]  = "PHP version";
  175. $TEXT[151]  =   "After save";
  176. $TEXT[152]  =   "Go back to previous page";
  177. $TEXT[153]  =   "Insert another new row";
  178. $TEXT[154]  =   "The configuration database is read-only.<br>Some features of SQLiteManager can't work correctly.";
  179. $TEXT[155]  =   "This database is read-only.";
  180. $TEXT[156]  =   "Privileges";
  181. $TEXT[157]  =   "Change password";
  182. $TEXT[158]  =   "Logoff";
  183. $TEXT[159]  =   "Add user";
  184. $TEXT[160]  =   "Add group";
  185. $TEXT[161]  =   "User overview";
  186. $TEXT[162]  =   "Groups overview";
  187. $TEXT[163]  =   "Name";
  188. $TEXT[164]  =   "Login";
  189. $TEXT[165]  =   "Group";
  190. $TEXT[166]  =   "execSQL";
  191. $TEXT[167]  =   "data";
  192. $TEXT[168]  =   "export";
  193. $TEXT[169]  =   "empty";
  194. $TEXT[170]  =   "del";
  195. $TEXT[171]  =   "Incorrect old password.";
  196. $TEXT[172]  =   "Password and confirmation are different.";
  197. $TEXT[173]  =   "The password has been changed";
  198. $TEXT[174]  =   "Click here for re-logon";
  199. $TEXT[175]  =   "Old:";
  200. $TEXT[176]  =   "New:";
  201. $TEXT[177]  =   "Confirm:";
  202. $TEXT[178]  =   "Information";
  203. $TEXT[179]  =   "Location:";
  204. $TEXT[180]  =   "Size:";
  205. $TEXT[181]  =   "Rights:";
  206. $TEXT[182]  =   "Last modified:";
  207. $TEXT[183]  =   "Integrity Check";
  208. $TEXT[184]  =   "Vacuum";
  209. $TEXT[185]  =   "Default synchronous:";
  210. $TEXT[186]  =   "Default cache_size:";
  211. $TEXT[187]  =   "OFF ";
  212. $TEXT[188]  =   "NORMAL ";
  213. $TEXT[189]  =   "FULL ";
  214. $TEXT[190]  =   "Access control management";
  215. $TEXT[191]  =   "Yes";
  216. $TEXT[192]  =   "No";
  217. $TEXT[193]  =   "Default Temporary Storage";
  218. $TEXT[194]  =   "DEFAULT";
  219. $TEXT[195]  =   "MEMORY";
  220. $TEXT[196]  =   "FILE";
  221. $TEXT[197]  =   "Unique";
  222. $TEXT[198]  =   "Index";
  223. $TEXT[199]  =   "Data";
  224. $TEXT[200]  =   "Apply";
  225. $TEXT[201]  = "Selection";
  226. $TEXT[202]  = "Operator";
  227. $TEXT[203]  = "additional condition:";
  228. $TEXT[204]  = "AND";
  229. $TEXT[205]  = "OR";
  230. $TEXT[206]  = "Select";
  231. $TEXT[207]  = "Search";
  232. $TEXT[208]  = "Rename";
  233. $TEXT[209]  = "Move";
  234. $TEXT[210]  = "Copy";
  235. $TEXT[211]  = "Plugins";
  236. $TEXT[212]  = "Maintenance";
  237. $TEXT[213]  = "Query time:";
  238. $TEXT[214]  = "msec.";
  239. $TEXT[215]  = "Rename table to:";
  240. $TEXT[216]  = "Move table to (database.table):";
  241. $TEXT[217]  = "Copy table to (database.table):";
  242. $TEXT[218]  = "Add DROP TABLE";
  243. $TEXT[219]  = "Save as new row";
  244. $TEXT[220]  = "Save";
  245. $TEXT[221]  = "Save Type";
  246. $TEXT[222]  =   "Operation";
  247. $TEXT[223]  =   "Update";
  248. $TEXT[224]  =   "Tip : You can use internal PHP functions in your queries !";
  249. $TEXT[225]  =   "Truncated text";
  250. $TEXT[226]  =   "Full text";
  251. $TEXT[227]  =   "-- select --";
  252. $TEXT[228]  =   "(s)";
  253. $TEXT[229]  =   "Version";
  254. $TEXT[230]  =   "(new database)";
  255. $TEXT[231]  =   "Official SQliteManager Homepage";
  256. $TEXT[232]  =   "The database can't be attain";
  257. $TEXT[233]  =   "Trigger structure";
  258. ?>